home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000334_news@columbia.edu _Wed Feb 21 11:16:25 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id LAA00167
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Wed, 21 Feb 2001 11:16:25 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA22634
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 21 Feb 2001 11:16:24 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id LAA26167
  10.     for kermit.misc@watsun.cc.columbia.edu; Wed, 21 Feb 2001 11:06:16 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: "Woot" <mymp3xyz@hotmail.com>
  13. Subject: Re: Filename conversions
  14. Message-ID: <3a93d859.0@209.4.12.42>
  15. Date: Wed, 21 Feb 2001 16:05:54 GMT
  16. Organization: Intermedia Business Internet - Beltsville, MD
  17. To: kermit.misc@columbia.edu
  18.  
  19. I guess it is failing to transfer the file (hence the empty file) then
  20. trying again and renaming the 2nd (successful) transferred file.
  21.  
  22. Thanks
  23.  
  24. "Frank da Cruz" <fdc@watsun.cc.columbia.edu> wrote in message
  25. news:96v1gh$skm$1@newsmaster.cc.columbia.edu...
  26. > In article <3a92eb55.0@209.4.12.42>, Woot <mymp3xyz@hotmail.com> wrote:
  27. > : I am using K95 to receive files from an HP48. K95 appends ".~1~" to the
  28. > : filename for some reason. Also a blank file with the correct name is
  29. also
  30. > : created. I can't find a way to turn this off. This never happened in the
  31. DOS
  32. > : version of Kermit.
  33. > : Anyone know how to turn it off?
  34. > :
  35. > Read about "set file collision" in the manual, or just type "help set
  36. file".
  37. >
  38. > By default, if a file comes in that has the same name as an existing
  39. > file, the existing file is renamed to have .~n~ at the end, where n is a
  40. > unique (next highest) number.
  41. >
  42. > If you want incoming files to overwrite any existing file of the same
  43. > name, use "set file collision overwrite".  There are various other
  44. options.
  45. >
  46. > It sounds to me like you might have "set file collision rename", which
  47. renames
  48. > the incoming file rather than the previously existing file.  I can't
  49. explain
  50. > the blank (empty?) file without more information.  If you're interested in
  51. > pursuing this, send a packet log to kermit-support@columbia.edu.
  52. >
  53. > - Frank
  54.  
  55.